feat(packages): sidecar package projection, agentos-toolchain, {name,dir} registry, single base-filesystem#150
Open
NathanFlurry wants to merge 1 commit into
Open
Conversation
|
🚅 Deployed to the secure-exec-pr-150 environment in rivet-frontend
🚅 Deployed to the secure-exec-pr-150 environment in secure-exec
|
78dfebf to
a3276d2
Compare
a3276d2 to
05b33df
Compare
05b33df to
98c7a13
Compare
98c7a13 to
623b2f7
Compare
623b2f7 to
166bee6
Compare
166bee6 to
efc374f
Compare
efc374f to
47ed865
Compare
47ed865 to
4ab0ae0
Compare
4ab0ae0 to
1789ba1
Compare
1789ba1 to
2b97e4e
Compare
2b97e4e to
cc5ecae
Compare
cc5ecae to
904e28f
Compare
904e28f to
b87dbc8
Compare
…gistry {name,dir} migration, single base-filesystem
- Move package projection into the secure-exec sidecar (ConfigureVm.packages + LinkPackage wire request); clients forward, no client-side staging
- agentos-toolchain (pack) now lives in secure-exec; flat --out, --bundle removed, native-addon error names --prune-native
- Remove agentos-package.json manifest (package.json "bin" is the source); npm-shippable output (no bin/ symlinks)
- Migrate all registry software+agent packages to the {name,dir} descriptor with a clean dist/package build dir
- Rename @secure-exec/registry-types -> @agentos-software/manifest
- Remove file-system registry packages (s3/google-drive mounts are core)
- Single base-filesystem.json (direct include_str!, no build.rs); python3 shebang -> Pyodide file dispatch
b87dbc8 to
0bf7dcb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ConfigureVm.packages+LinkPackagewire request); clients forward, no client-side stagingagentos-toolchain(pack) into secure-exec; flat--out,--prune-native, npm-shippable output (nobin/symlinks)agentos-package.jsonmanifest —package.json"bin"is the only metadata{name, dir}descriptor with a cleandist/package/build dir@secure-exec/registry-types→@agentos-software/manifest(kept in secure-exec)base-filesystem.json(directinclude_str!, nobuild.rs)assemble-dist-packagetolerates planned/empty-bin packages (binaries built on upload)binfield from command packages so pnpm no longer creates.binshims that shadow host tools during buildspack: resolve hoisted dependency bin targets; pi-clipackruns with--prune-nativeKnown gap (follow-up): the
@agentos-software/*command/agent packages and@rivet-dev/agentos-toolchainhave no CI publish path; for the preview validating this change they were published from a local machine, not CI.